home *** CD-ROM | disk | FTP | other *** search
- .K ""
- ;!Execute
-
- AskReq H Information M "Dieses Script installiert WComm auf Ihrem System|Soll ich fortfahren ?" P "OK" N "Abbruch"
-
- if NOT WARN
- QUIT
- ENDIF
-
- Set DST ""
-
- Set DST `AskReq H "Installiere WComm ..." M "Bitte geben Sie das Verzeichnis|an, in das ich WComm kopieren soll" S G "ENVARC:"`
-
- if $DST EQ ""
- QUIT
- ENDIF
-
- AskReq H Information M "Ich werde jetzt WComm in das|'$DST'|kopieren. Soll ich fortfahren ?" P "OK" N "Abbruch"
-
- if NOT WARN
- QUIT
- ENDIF
-
- Copy WComm_G $DST
- Copy WComm_G.info $DST
-
- SET CFG ""
-
- SET CFG `AskReq H Infomation M "WComm nach $DST kopiert ...|WComm benötigt einige Konfigurationsdateien.|Wohin sollen Sie kopiert werden?" S G $DST`
-
- if $CFG EQ ""
- QUIT
- ENDIF
-
- AskReq H Information M "Ich werde die Konfigurationsdateien jetzt zu|'$CFG'|kopieren. Soll ich fortfahren ?" P "OK" N "Abbruch"
-
- if NOT WARN
- QUIT
- ENDIF
-
- Copy WComm.prefs#? $CFG
- Copy XWindow.prefs#? $CFG
- Copy XWindow.prefs#? $CFG
- Copy Notify.prefs#? $CFG
-
- AskReq H Infomation M "Alle Dateien erfolgreich kopiert...|Installation beendet."
-
- QUIT
-